TextAreaHorizontalAlignment Enumeration

Represents the horizontal alignment of the text area inside a shape.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum TextAreaHorizontalAlignment

Members

Left0 Text area is left aligned horizontally inside a shape.
Center1 Text area is centered horizontally inside a shape.
Right2 Text area is right aligned horizontally inside a shape.
Justify3 Text area is justified horizontally inside a shape.
None4 None.

See Also